home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Programming / Python-1.4 / Python1.4_Source / Modules / protos / structmodule_protos.h < prev    next >
Text File  |  1996-12-15  |  323b  |  9 lines

  1.  
  2. /* structmodule.c */
  3. static int align ( int size , int c );
  4. static int calcsize ( char *fmt );
  5. static object *struct_calcsize ( object *self , object *args );
  6. static object *struct_pack ( object *self , object *args );
  7. static object *totuple ( object *list );
  8. static object *struct_unpack ( object *self , object *args );
  9.